home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / demoCdef 120 ƒ / demo Source ƒ / dimText.h < prev    next >
Encoding:
Text File  |  1994-04-20  |  571 b   |  18 lines  |  [TEXT/KAHL]

  1. //----------------------------------------------------------------------------------
  2. //    File        : dimText.h
  3. //    Date        : March 17, 1994
  4. //    Author        : James W. Walker
  5. //                :
  6. //                : renamed routines for consistency with coding style in daAssist.c
  7. //                :  Jim Stout (with apologies)
  8. //----------------------------------------------------------------------------------
  9. void initDimText    ( DialogPtr dp );
  10.  
  11. void disposeDimText    ( DialogPtr dp );
  12.  
  13. void makeDimmable    ( DialogPtr dp );
  14.  
  15. void disposeDimData    ( DialogPtr dp );
  16.  
  17. void dimText        ( DialogPtr dp, short item, Boolean dim );
  18.